home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / programming / other / scrollingtricks / source / scroller_xyunlimited2 / hardware.h < prev    next >
C/C++ Source or Header  |  1999-04-19  |  543b  |  28 lines

  1. #ifdef custom
  2. #undef custom
  3. #endif
  4.  
  5. #define mycustombase ((struct Custom *)0xdff000)
  6. #define custom mycustombase
  7.  
  8. #define BPL0_USEBPLCON3_F  0x1
  9. #define BPL0_COLOR_F       0x200
  10. #define BPL0_BPU0_F        0x1000
  11. #define BPL0_BPU3_F        0x10
  12. #define BPL0_BPUMASK            0x7000
  13.  
  14. void KillSystem(void);
  15. void ActivateSystem(void);
  16. void WaitVBL(void);
  17. void WaitVBeam(ULONG line);
  18. void HardWaitBlit(void);
  19. void HardWaitLMB(void);
  20.  
  21. BOOL JoyLeft(void);
  22. BOOL JoyRight(void);
  23. BOOL JoyUp(void);
  24. BOOL JoyDown(void);
  25. BOOL JoyFire(void);
  26. BOOL LMBDown(void);
  27.  
  28.